runtime.p.xRegs (field)
9 uses
runtime (current package)
preempt_xreg.go#L81: if pp.xRegs.cache != nil {
preempt_xreg.go#L83: dest = pp.xRegs.cache
preempt_xreg.go#L84: pp.xRegs.cache = nil
preempt_xreg.go#L97: dest.regs = pp.xRegs.scratch
preempt_xreg.go#L120: if pp.xRegs.cache != nil {
preempt_xreg.go#L123: pp.xRegs.free()
preempt_xreg.go#L126: pp.xRegs.cache = gp.xRegs.state
proc.go#L6018: pp.xRegs.free()
runtime2.go#L924: xRegs xRegPerP
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |